← Index
NYTProf Performance Profile   
For ../prof.pl
  Run on Wed Dec 14 15:33:55 2022
Reported on Wed Dec 14 15:40:03 2022

Filename(eval 197)[/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/namespace/clean.pm:27]
StatementsExecuted 73 statements in 739µs
Eval Invoked At/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/namespace/clean.pm line 27
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
7241338µs718µsnamespace::clean::::stash_fornamespace::clean::stash_for
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1
2
# spent 718µs (338+380) within namespace::clean::stash_for which was called 72 times, avg 10µs/call: # 18 times (124µs+158µs) by namespace::clean::get_functions at line 221 of namespace/clean.pm, avg 16µs/call # 18 times (132µs+140µs) by namespace::clean::__ANON__[/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/namespace/clean.pm:130] at line 67 of namespace/clean.pm, avg 15µs/call # 18 times (48µs+54µs) by namespace::clean::get_class_store at line 211 of namespace/clean.pm, avg 6µs/call # 18 times (34µs+28µs) by namespace::clean::import at line 167 of namespace/clean.pm, avg 3µs/call
sub stash_for ($) {
372737µs72380µs Package::Stash->new($_[0]);
# spent 380µs making 72 calls to Package::Stash::XS::new, avg 5µs/call
4}
5
612µs1;
7
8
9;